home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Tele / A / AnalyzeCL Utils.sit / CLAnalysis Stacks.sit / BBS Stats / card_7841.txt < prev    next >
Encoding:
Text File  |  1989-05-23  |  1.5 KB  |  72 lines

  1. -- card: 7841 from stack: in
  2. -- bmap block id: 3644
  3. -- flags: 0000
  4. -- background id: 7568
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=367 top=129 right=147 bottom=474
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Delete Cards
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global newdata
  23.   delecards
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 8003
  31. -- rect: left=368 top=166 right=184 bottom=475
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Append Data
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   global newdata
  43.   go to last card of this background
  44.   -- readFile "Weekly Stats"
  45.   readfile (the short name of this background && "Stats")
  46.   put true into newdata
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 5 (button)
  52. -- low flags: 00
  53. -- high flags: 8003
  54. -- rect: left=365 top=93 right=111 bottom=472
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Load Data
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   global newdata
  66.   delecards
  67.   -- readFile "Weekly Stats"
  68.   readfile (the short name of this background && "Stats")
  69.   put true into newdata
  70. end mouseUp
  71.  
  72.